CacheToDiskLocation Property (DocumentBase<PageType>)
In This Topic
CacheToDiskLocationReadonly Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.
Syntax
'Declaration
Public Property CacheToDiskLocation As String
public string CacheToDiskLocation {get; set;}
See Also